body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
}

input {
  outline: none;
  border: none;
}

html {
  _overflow-y: scroll;
}

/*****！！页面通用css样式定义开始******/

html,
body {
  min-width: 1200px;
  font-family: 'Microsoft YaHei';
  _width: expression(document.body.clientWidth < 1000 ? '1000px': 'auto');
}

/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
  font-family: '微软雅黑';
  /*文字字体定义 */
  font-size: 14px;
  /*文字大小定义 */
  color: #666666;
  /*文字颜色定义 */
  min-width: 1200px;
  outline: none;
}

* {
  word-break: break-all;
  word-wrap: break-word;
}

/* 网站超链接css通用设置 */

a {
  text-decoration: none;
}

/* 链接无下划线,有为underline */

a:link {
  color: #2c2c2c;
}

/* 未访问的链接 */

a:visited {
  color: #2c2c2c;
}

/* 已访问的链接 */

a:hover {
  color: #2c2c2c;
  text-decoration: none;
}

/* 鼠标在链接上 */

a:active {
  color: #2c2c2c;
}

/* a {
    transition: all 0.3s linear 0s;
} */

/* 点击激活链接 */

p {
  line-height: 24px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.dib {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*清除浮动*/

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

/*清除浮动*/

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.dib {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  height: auto;
}

.red {
  color: red;
}

/*表格样式定义 */

checkbox {
  border: 0px;
}

/*选择框样式定义 */

.input {
  border: 1px solid #ccc;
  height: 20px;
  line-height: 20px;
}

ul,
li {
  list-style: none;
}

/*index banner*/

.banner02 {
  width: 100%;
  position: relative;
  z-index: 0;
}

.banner02 .flexslider {
  width: 100%;
  /* height: 100%; */
  overflow: hidden;
  min-width: 1000px;
}

.banner02 .slides {
  position: relative;
  z-index: 1;
}

.banner02 .slides li {
  height: 100%;
}

.banner02 .slides li img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.banner02 .flex-direction-nav,
.banner02 .flex-control-nav {
  display: none;
}

.backcolor {
  background: #1375c5;
}

.color {
  color: #1375c5;
}

.header {
  position: relative;
  z-index: 100;
}
.headerTop {
  padding: 26px 0;
  overflow: hidden;
}
.header .logo img {
  display: block;
  max-width: 100%;
}

.header .topT {
  text-align: right;
  color: #1e50af;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.header .topT i {
  display: inline-block;
  line-height: 15px;
  font-style: normal;
}
.header .topT b {
  font-size: 35px;
  display: inline-block;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: -2px;
}
#searchK {
  width: 256px;
  height: 34px;
  display: flex;
  flex-direction: row;
  background: url(../images/search.png) no-repeat;
}
#searchK #keyword {
  width: 80%;
  height: 100%;
  background: none;
  border: none;
  text-indent: 10px;
}
#searchK .search_s {
  width: 20%;
  height: 100%;
  background: none;
  border: none;
}
.header .nav {
  background: #eeeeee;
  height: 66px;
}

.header .menu li {
  display: inline-block;
  text-align: center;
  line-height: 66px;
  width: 12%;
  position: relative;
}

.header .menu li a {
  color: #000;
  font-size: 16px;
  position: relative;
  padding: 10px;
}
.header .menu li:nth-child(6) {
  width: 15%;
}

.header .menu > li > a::after {
  position: absolute;
  content: '';
  left: 50%;
  margin-left: -10px;
  top: 42px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid #245197;
  display: none;
}
.header .menu li .erji {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 60px;
  width: 180px;
  background: #ffffff;
  border-top: 2px solid #245197;
  z-index: 10;
  display: none;
}
.header .menu li:nth-child(3) .erji {
  width: 240px;
  margin-left: -120px;
}
.header .menu li .erji li {
  width: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
  border-bottom: 1px solid #bfbfbf;
}
.header .menu li .erji li a {
  color: #333333;
}
.header .menu li.hover a,
.header .menu li:hover a {
  color: #245197;
}

.header .menu li:last-child a,
.header .menu li:last-child:hover a {
  background: #235196;
  color: #fff;
}

.header .menu > li:hover a::after {
  display: block;
}
.header .menu li:hover .erji {
  display: block;
}
.header .menu li.noerji:hover a::after {
  opacity: 0;
}
.header .menu li.noerji:hover .erji {
  opacity: 0;
}
/*footer*/

.footer {
  background: url(../images/footerbg.jpg) repeat-x;
  overflow: hidden;
  padding-top: 66px;
  font-size: 16px;
  color: #fff;
}

.footer .footcnt {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 36px;
}

.footer .logoImg .text {
  padding: 10px 0;
  position: relative;
  font-size: 18px;
}
.footer .logoImg .text b {
  font-size: 35px;
}
.footer .center {
  font-size: 18px;
}
.footer .center p {
  line-height: 36px;
}
.footer .wxchat {
  text-align: center;
  width: 300px;
}

.footer .wxchat img {
  width: 105px;
  height: 105px;
  display: block;
  margin: 0 auto 5px;
}

.footer .wxchat span {
  display: block;
  /* padding: 5px 0; */
  font-size: 14px;
  color: #fff;
}

.footer_bottom {
  height: 42px;
  line-height: 42px;
  color: #989898;
  text-align: center;
}

.footer_bottom strong {
  font-weight: 500;
  padding: 0 30px;
  font-size: 14px;
}

.footer_bottom strong a {
  color: #989898;
}
